const fmt.udigits
6 uses
fmt (current package)
format.go#L14: udigits = "0123456789ABCDEFX"
format.go#L168: buf[i] = udigits[u&0xF]
format.go#L173: buf[i] = udigits[u]
print.go#L438: p.fmt.fmtInteger(v, 16, isSigned, verb, udigits)
print.go#L501: p.fmt.fmtSx(v, udigits)
print.go#L541: p.fmt.fmtBx(v, udigits)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |